home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / temacd / wiagra / setup.exe / {app} / libmcl-2.8.1b11.dll / RCDATA / TFRMDLGRGB / TFRMDLGRGB.txt
Text File  |  2003-07-03  |  4KB  |  174 lines

  1. object frmDlgRGB: TfrmDlgRGB
  2.   Left = 243
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmDlgRGB'
  6.   ClientHeight = 215
  7.   ClientWidth = 432
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 11
  18.     Top = 8
  19.     Width = 410
  20.     Height = 152
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 12
  24.       Top = 30
  25.       Width = 24
  26.       Height = 13
  27.       Caption = 'Red'
  28.       Font.Charset = DEFAULT_CHARSET
  29.       Font.Color = clMaroon
  30.       Font.Height = -11
  31.       Font.Name = 'MS Sans Serif'
  32.       Font.Style = [fsBold]
  33.       ParentFont = False
  34.     end
  35.     object Label2: TLabel
  36.       Left = 12
  37.       Top = 55
  38.       Width = 35
  39.       Height = 13
  40.       Caption = 'Green'
  41.       Font.Charset = DEFAULT_CHARSET
  42.       Font.Color = clGreen
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.     end
  48.     object Label3: TLabel
  49.       Left = 12
  50.       Top = 80
  51.       Width = 26
  52.       Height = 13
  53.       Caption = 'Blue'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clBlue
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.     end
  61.     object edRed: TEdit
  62.       Left = 329
  63.       Top = 26
  64.       Width = 64
  65.       Height = 21
  66.       Color = clBtnFace
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = []
  72.       ParentFont = False
  73.       ReadOnly = True
  74.       TabOrder = 1
  75.     end
  76.     object scrRed: TScrollBar
  77.       Left = 57
  78.       Top = 27
  79.       Width = 265
  80.       Height = 19
  81.       TabOrder = 0
  82.       OnChange = scrRedChange
  83.     end
  84.     object chkLink: TCheckBox
  85.       Left = 59
  86.       Top = 118
  87.       Width = 46
  88.       Height = 17
  89.       Caption = '&Link'
  90.       TabOrder = 6
  91.       OnClick = chkLinkClick
  92.     end
  93.     object scrGreen: TScrollBar
  94.       Left = 57
  95.       Top = 52
  96.       Width = 265
  97.       Height = 19
  98.       TabOrder = 2
  99.       OnChange = scrGreenChange
  100.     end
  101.     object edGreen: TEdit
  102.       Left = 329
  103.       Top = 51
  104.       Width = 64
  105.       Height = 21
  106.       Color = clBtnFace
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clWindowText
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.       ReadOnly = True
  114.       TabOrder = 3
  115.     end
  116.     object scrBlue: TScrollBar
  117.       Left = 57
  118.       Top = 77
  119.       Width = 265
  120.       Height = 19
  121.       TabOrder = 4
  122.       OnChange = scrBlueChange
  123.     end
  124.     object edBlue: TEdit
  125.       Left = 329
  126.       Top = 76
  127.       Width = 64
  128.       Height = 21
  129.       Color = clBtnFace
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clWindowText
  132.       Font.Height = -11
  133.       Font.Name = 'MS Sans Serif'
  134.       Font.Style = []
  135.       ParentFont = False
  136.       ReadOnly = True
  137.       TabOrder = 5
  138.     end
  139.     object btnMakeEqual: TBitBtn
  140.       Left = 309
  141.       Top = 112
  142.       Width = 84
  143.       Height = 25
  144.       Cancel = True
  145.       Caption = 'Make Equal'
  146.       TabOrder = 7
  147.       OnClick = btnMakeEqualClick
  148.       NumGlyphs = 4
  149.     end
  150.   end
  151.   object btnOK: TBitBtn
  152.     Left = 251
  153.     Top = 175
  154.     Width = 84
  155.     Height = 28
  156.     Caption = 'OK'
  157.     Default = True
  158.     ModalResult = 1
  159.     TabOrder = 1
  160.     NumGlyphs = 4
  161.   end
  162.   object btnCancel: TBitBtn
  163.     Left = 335
  164.     Top = 175
  165.     Width = 84
  166.     Height = 28
  167.     Cancel = True
  168.     Caption = 'Cancel'
  169.     ModalResult = 2
  170.     TabOrder = 2
  171.     NumGlyphs = 4
  172.   end
  173. end
  174.